runtime.stackScanState.getPtr (method)

2 uses

	runtime (current package)
		mgcmark.go#L840: 		p, conservative := state.getPtr()
		mgcstack.go#L239: func (s *stackScanState) getPtr() (p uintptr, conservative bool) {